Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard

Navigation graph for for the top level ChannelScreen - ChannelsRoutes.Channels.

Link copied to clipboard
context(_: NavGraphBuilder)
inline fun <R : Route, G : Graph> NavHostController.configComposable(noinline content: @Composable (RadioConfigViewModel) -> Unit)
context(navGraphBuilder: NavGraphBuilder)
fun <R : Route, G : Graph> NavHostController.configComposable(route: KClass<R>, parentGraphRoute: KClass<G>, content: @Composable (RadioConfigViewModel) -> Unit)
Link copied to clipboard

Navigation graph for for the top level ConnectionsScreen - ConnectionsRoutes.Connections.

Link copied to clipboard
fun NavGraphBuilder.contactsGraph(navController: NavHostController, scrollToTopEvents: Flow<ScrollToTopEvent>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun NavGraphBuilder.nodeDetailGraph(navController: NavHostController, scrollToTopEvents: Flow<ScrollToTopEvent>)
Link copied to clipboard
fun NavGraphBuilder.nodesGraph(navController: NavHostController, scrollToTopEvents: Flow<ScrollToTopEvent>)
Link copied to clipboard